home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 August / Chip_2004-08_cd1.bin / software / slunec / app / 7950_10117.exe / {app} / Templates.RPT / Appointments.rpt < prev    next >
Encoding:
Text File  |  2004-02-14  |  3.1 KB  |  98 lines

  1. ##-Header-##
  2.  
  3. <html>
  4. <head>
  5. <title>%%TasksList%%</title>
  6. <meta http-equiv="Content-Type" content="text/html">
  7. </head>
  8. <body bgcolor="#FFFFFF" text="#000000">
  9. <b><i><font size="3" color="#0080C0" face="Arial">%%Appointments%%</font></i></b> 
  10. <hr size="2">
  11. <table width="100%" border="1" cellspacing="0" cellpadding="2">
  12.   <tr> 
  13.     <td height="20" bgcolor="#FFFFE1">
  14.       <table width="100%" border="0" cellspacing="0" cellpadding="0">
  15.         <tr> 
  16.           <td height="20" width="40"><img src="AppointmentsImages\TasksFolder.gif" width="20" height="20"></td>
  17.           <td height="20">
  18.             <div align="center"><b><font face="Arial" size="2">%%Task%%</font></b></div>
  19.           </td>
  20.         </tr>
  21.       </table>
  22.     </td>
  23.     <td height="20" bgcolor="#FFFFE1" width="90"><b><font size="2" face="Arial">%%Date%%</font></b></td>
  24.     <td height="20" bgcolor="#FFFFE1" width="90"><b><font size="2" face="Arial">%%Time%%</font></b></td>
  25.     <td height="20" bgcolor="#FFFFE1" width="20"><img src="AppointmentsImages\Priority.gif" width="20" height="20"></td>
  26.     <td height="20" bgcolor="#FFFFE1" width="30"> 
  27.       <div align="center"><img src="AppointmentsImages\Completed.gif" width="20" height="20"></div>
  28.     </td>
  29.   </tr>
  30.  
  31. ##-Header-End-##
  32.  
  33. ##-DateRow-##
  34.  
  35.   <tr> 
  36.     <td height="20" colspan="5" bgcolor="#F0F0F0"><i><b><font size="2" face="Arial">%%DateRow%%</font></b></i></td>
  37.   </tr>
  38.  
  39. ##-DateRow-End-##
  40.  
  41.  
  42. ##-RecordWithoutDescription-##
  43.  
  44.   <tr> 
  45.     <td height="20"> 
  46.       <table width="100%" border="0" cellspacing="0" cellpadding="0">
  47.         <tr> 
  48.           <td height="20" width="40"><img src="%%RecordImage%%" width="40" height="20"></td>
  49.           <td height="20"><font face="Arial" size="2">%%Title%%</font></td>
  50.         </tr>
  51.       </table>
  52.     </td>
  53.     <td height="20"><font face="Arial" size="2">%%DateTask%%</font></td>
  54.     <td height="20"><font face="Arial" size="2">%%TimeTask%%</font></td>
  55.     <td height="20">%%Priority%%</td>
  56.     <td height="20"> 
  57.       <div align="center"><font face="Arial" size="2">%%Completed%%</font></div>
  58.     </td>
  59.   </tr>
  60.  
  61. ##-RecordWithoutDescription-End-##
  62.  
  63. ##-RecordWithDescription-##
  64.  
  65.   <tr> 
  66.     <td height="20"> 
  67.       <table width="100%" border="0" cellspacing="0" cellpadding="0">
  68.         <tr> 
  69.           <td height="20" width="40"><img src="%%RecordImage%%" width="40" height="20"></td>
  70.           <td height="20"><font face="Arial" size="2">%%Title%%</font></td>
  71.         </tr>
  72.       </table>
  73.       <table width="100%" border="0" cellspacing="0" cellpadding="0">
  74.         <tr> 
  75.           <td height="20" width="40"> </div>
  76.           </td>
  77.           <td height="20">%%Description%%</td>
  78.         </tr>
  79.       </table>
  80.     </td>
  81.     <td height="20"><font face="Arial" size="2">%%DateTask%%</font></td>
  82.     <td height="20"><font face="Arial" size="2">%%TimeTask%%</font></td>
  83.     <td height="20">%%Priority%%</td>
  84.     <td height="20"> 
  85.       <div align="center"><font face="Arial" size="2">%%Completed%%</font></div>
  86.     </td>
  87.   </tr>
  88.  
  89. ##-RecordWithDescription-End-##
  90.  
  91. ##-Footer-##
  92.  
  93. </table>
  94. </body>
  95. </html>
  96.  
  97. ##-Footer-End-##
  98.